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.6168,-75.512)};var g_0295565272e3bef2d9b235fc04873555 = new google.maps.Geocoder();g_0295565272e3bef2d9b235fc04873555.geocode( { 'address': "2110 Walbert Ave, Allentown, PA 18104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allentown-PA-guaranteed-rate-of-allentown').style.display = '';map = new google.maps.Map(document.getElementById('allentown-PA-guaranteed-rate-of-allentown'), mapOptions);}document.getElementById('a54a0072').innerHTML += ' | View Map';var $l0295565272e3bef2d9b235fc04873555 = '

Guaranteed Rate of Allentown

Address: 2110 Walbert Ave, Allentown, PA 18104, USA
Phone: (610) 434-5052
';var m_0295565272e3bef2d9b235fc04873555 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranteed Rate of Allentown',});m_0295565272e3bef2d9b235fc04873555['infowindow'] = new google.maps.InfoWindow({content: $l0295565272e3bef2d9b235fc04873555});var infowindow = new google.maps.InfoWindow({content: $l0295565272e3bef2d9b235fc04873555});google.maps.event.addListener(m_0295565272e3bef2d9b235fc04873555, 'click', function() {infowindow.open(map,m_0295565272e3bef2d9b235fc04873555);});$marker.push(m_0295565272e3bef2d9b235fc04873555);}});}google.maps.event.addDomListener(window, 'load', initialize);