var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(40.0431,-75.6645)};var g_2fd4c1273f36e3c8e85739b6d7419c65 = new google.maps.Geocoder();g_2fd4c1273f36e3c8e85739b6d7419c65.geocode( { 'address': "533 W Uwchlan Ave, Downingtown, PA 19335, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('downingtown-PA-guaranteed-rate').style.display = '';map = new google.maps.Map(document.getElementById('downingtown-PA-guaranteed-rate'), mapOptions);}document.getElementById('ad89ae11').innerHTML += ' | View Map';var $l2fd4c1273f36e3c8e85739b6d7419c65 = '

Guaranteed Rate

Address: 533 W Uwchlan Ave, Downingtown, PA 19335, USA
Phone: (610) 594-6611
';var m_2fd4c1273f36e3c8e85739b6d7419c65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranteed Rate',});m_2fd4c1273f36e3c8e85739b6d7419c65['infowindow'] = new google.maps.InfoWindow({content: $l2fd4c1273f36e3c8e85739b6d7419c65});var infowindow = new google.maps.InfoWindow({content: $l2fd4c1273f36e3c8e85739b6d7419c65});google.maps.event.addListener(m_2fd4c1273f36e3c8e85739b6d7419c65, 'click', function() {infowindow.open(map,m_2fd4c1273f36e3c8e85739b6d7419c65);});$marker.push(m_2fd4c1273f36e3c8e85739b6d7419c65);}});}google.maps.event.addDomListener(window, 'load', initialize);