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.0313,-76.4776)};var g_9abe147d9512ec5ea328aee2f7b14136 = new google.maps.Geocoder();g_9abe147d9512ec5ea328aee2f7b14136.geocode( { 'address': "10 S 18th St, Columbia, PA 17512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-PA-union-community-bank---columbia-shopping-center').style.display = '';map = new google.maps.Map(document.getElementById('columbia-PA-union-community-bank---columbia-shopping-center'), mapOptions);}document.getElementById('607f3562').innerHTML += ' | View Map';var $l9abe147d9512ec5ea328aee2f7b14136 = '

Union Community Bank - Columbia Shopping Center

Address: 10 S 18th St, Columbia, PA 17512, USA
Phone: (717) 684-5619
';var m_9abe147d9512ec5ea328aee2f7b14136 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Community Bank - Columbia Shopping Center',});m_9abe147d9512ec5ea328aee2f7b14136['infowindow'] = new google.maps.InfoWindow({content: $l9abe147d9512ec5ea328aee2f7b14136});var infowindow = new google.maps.InfoWindow({content: $l9abe147d9512ec5ea328aee2f7b14136});google.maps.event.addListener(m_9abe147d9512ec5ea328aee2f7b14136, 'click', function() {infowindow.open(map,m_9abe147d9512ec5ea328aee2f7b14136);});$marker.push(m_9abe147d9512ec5ea328aee2f7b14136);}});}google.maps.event.addDomListener(window, 'load', initialize);