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.2732,-76.6568)};var g_64ad8f3af92ef8d9a1c7dfd7265e577d = new google.maps.Geocoder();g_64ad8f3af92ef8d9a1c7dfd7265e577d.geocode( { 'address': "305 W Governor Rd, Hershey, PA 17033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hershey-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('hershey-PA-citizens-bank'), mapOptions);}document.getElementById('fa0ff3c8').innerHTML += ' | View Map';var $l64ad8f3af92ef8d9a1c7dfd7265e577d = '

Citizens Bank

Address: 305 W Governor Rd, Hershey, PA 17033, USA
Phone:
';var m_64ad8f3af92ef8d9a1c7dfd7265e577d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_64ad8f3af92ef8d9a1c7dfd7265e577d['infowindow'] = new google.maps.InfoWindow({content: $l64ad8f3af92ef8d9a1c7dfd7265e577d});var infowindow = new google.maps.InfoWindow({content: $l64ad8f3af92ef8d9a1c7dfd7265e577d});google.maps.event.addListener(m_64ad8f3af92ef8d9a1c7dfd7265e577d, 'click', function() {infowindow.open(map,m_64ad8f3af92ef8d9a1c7dfd7265e577d);});$marker.push(m_64ad8f3af92ef8d9a1c7dfd7265e577d);}});}google.maps.event.addDomListener(window, 'load', initialize);