$property['mapimg'] = $mapImageName;
} else {
$ch = curl_init();
- $mapUrl = 'http://maps.googleapis.com/maps/api/staticmap?size=400x300&zoom=13&maptype=roadmap&markers=size:mid%7Ccolor:red%7C';
+ $mapUrl = 'http://maps.googleapis.com/maps/api/staticmap?size=400x300&zoom=8&maptype=roadmap&markers=size:mid%7Ccolor:red%7C';
$mapUrl .= urlencode($property['street'].','.$property['city'].','.$property['state']);
curl_setopt($ch, CURLOPT_URL, $mapUrl);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);