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.1028,-74.9293)};var g_4630a3bcd9c2640bb309f85375a3251d = new google.maps.Geocoder();g_4630a3bcd9c2640bb309f85375a3251d.geocode( { 'address': "2745 Street Rd, Bensalem, PA 19020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bensalem-PA-citifinancial').style.display = '';map = new google.maps.Map(document.getElementById('bensalem-PA-citifinancial'), mapOptions);}document.getElementById('a8197fde').innerHTML += ' | View Map';var $l4630a3bcd9c2640bb309f85375a3251d = '

Citifinancial

Address: 2745 Street Rd, Bensalem, PA 19020
Phone: (215) 245-4733
';var m_4630a3bcd9c2640bb309f85375a3251d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citifinancial',});m_4630a3bcd9c2640bb309f85375a3251d['infowindow'] = new google.maps.InfoWindow({content: $l4630a3bcd9c2640bb309f85375a3251d});var infowindow = new google.maps.InfoWindow({content: $l4630a3bcd9c2640bb309f85375a3251d});google.maps.event.addListener(m_4630a3bcd9c2640bb309f85375a3251d, 'click', function() {infowindow.open(map,m_4630a3bcd9c2640bb309f85375a3251d);});$marker.push(m_4630a3bcd9c2640bb309f85375a3251d);}});}google.maps.event.addDomListener(window, 'load', initialize);