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_4379cf00e1a95a97a33dac10ce454ca4 = new google.maps.Geocoder();g_4379cf00e1a95a97a33dac10ce454ca4.geocode( { 'address': "74 E Broad St, Bethlehem, PA 18018"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bethlehem-PA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('bethlehem-PA-citibank'), mapOptions);}document.getElementById('95a234b0').innerHTML += ' | View Map';var $l4379cf00e1a95a97a33dac10ce454ca4 = '

Citibank

Address: 74 E Broad St, Bethlehem, PA 18018
Phone: (610) 814-6902
';var m_4379cf00e1a95a97a33dac10ce454ca4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_4379cf00e1a95a97a33dac10ce454ca4['infowindow'] = new google.maps.InfoWindow({content: $l4379cf00e1a95a97a33dac10ce454ca4});var infowindow = new google.maps.InfoWindow({content: $l4379cf00e1a95a97a33dac10ce454ca4});google.maps.event.addListener(m_4379cf00e1a95a97a33dac10ce454ca4, 'click', function() {infowindow.open(map,m_4379cf00e1a95a97a33dac10ce454ca4);});$marker.push(m_4379cf00e1a95a97a33dac10ce454ca4);}});}google.maps.event.addDomListener(window, 'load', initialize);