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.2965,-75.1921)};var g_7730d57d135aebee1a6d27cfd96ace07 = new google.maps.Geocoder();g_7730d57d135aebee1a6d27cfd96ace07.geocode( { 'address': "942 Town Center, New Britain, PA 18901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-britain-PA-agex-financial').style.display = '';map = new google.maps.Map(document.getElementById('new-britain-PA-agex-financial'), mapOptions);}document.getElementById('b762b8f9').innerHTML += ' | View Map';var $l7730d57d135aebee1a6d27cfd96ace07 = '

AGEX Financial

Address: 942 Town Center, New Britain, PA 18901, USA
Phone: (267) 615-8010
';var m_7730d57d135aebee1a6d27cfd96ace07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AGEX Financial',});m_7730d57d135aebee1a6d27cfd96ace07['infowindow'] = new google.maps.InfoWindow({content: $l7730d57d135aebee1a6d27cfd96ace07});var infowindow = new google.maps.InfoWindow({content: $l7730d57d135aebee1a6d27cfd96ace07});google.maps.event.addListener(m_7730d57d135aebee1a6d27cfd96ace07, 'click', function() {infowindow.open(map,m_7730d57d135aebee1a6d27cfd96ace07);});$marker.push(m_7730d57d135aebee1a6d27cfd96ace07);}});}google.maps.event.addDomListener(window, 'load', initialize);