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.6014,-75.3691)};var g_26e359e83860db1d11b6acca57d8ea88 = new google.maps.Geocoder();g_26e359e83860db1d11b6acca57d8ea88.geocode( { 'address': "3650 Nazareth Pike, Bethlehem, PA 18020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bethlehem-PA-citifinancial').style.display = '';map = new google.maps.Map(document.getElementById('bethlehem-PA-citifinancial'), mapOptions);}document.getElementById('5f00a699').innerHTML += ' | View Map';var $l26e359e83860db1d11b6acca57d8ea88 = '

Citifinancial

Address: 3650 Nazareth Pike, Bethlehem, PA 18020
Phone: (610) 954-0171
';var m_26e359e83860db1d11b6acca57d8ea88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citifinancial',});m_26e359e83860db1d11b6acca57d8ea88['infowindow'] = new google.maps.InfoWindow({content: $l26e359e83860db1d11b6acca57d8ea88});var infowindow = new google.maps.InfoWindow({content: $l26e359e83860db1d11b6acca57d8ea88});google.maps.event.addListener(m_26e359e83860db1d11b6acca57d8ea88, 'click', function() {infowindow.open(map,m_26e359e83860db1d11b6acca57d8ea88);});$marker.push(m_26e359e83860db1d11b6acca57d8ea88);}});}google.maps.event.addDomListener(window, 'load', initialize);