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.1278,-83.0963)};var g_3387f2765ed168977b7dae2bdbef421b = new google.maps.Geocoder();g_3387f2765ed168977b7dae2bdbef421b.geocode( { 'address': "3550 W Dublin Granville Rd, Dublin, OH 43017"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dublin-OH-union-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('dublin-OH-union-savings-bank'), mapOptions);}document.getElementById('79e19778').innerHTML += ' | View Map';var $l3387f2765ed168977b7dae2bdbef421b = '

Union Savings Bank

Address: 3550 W Dublin Granville Rd, Dublin, OH 43017
Phone: (614) 761-9700
';var m_3387f2765ed168977b7dae2bdbef421b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Savings Bank',});m_3387f2765ed168977b7dae2bdbef421b['infowindow'] = new google.maps.InfoWindow({content: $l3387f2765ed168977b7dae2bdbef421b});var infowindow = new google.maps.InfoWindow({content: $l3387f2765ed168977b7dae2bdbef421b});google.maps.event.addListener(m_3387f2765ed168977b7dae2bdbef421b, 'click', function() {infowindow.open(map,m_3387f2765ed168977b7dae2bdbef421b);});$marker.push(m_3387f2765ed168977b7dae2bdbef421b);}});}google.maps.event.addDomListener(window, 'load', initialize);