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.1249,-82.9309)};var g_2bf5e202fc973a02f417dc9af000177b = new google.maps.Geocoder();g_2bf5e202fc973a02f417dc9af000177b.geocode( { 'address': "44 S State St, Westerville, OH 43081, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westerville-OH-union-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('westerville-OH-union-savings-bank'), mapOptions);}document.getElementById('5452d6b8').innerHTML += ' | View Map';var $l2bf5e202fc973a02f417dc9af000177b = '

Union Savings Bank

Address: 44 S State St, Westerville, OH 43081, USA
Phone: (614) 882-2286
';var m_2bf5e202fc973a02f417dc9af000177b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Savings Bank',});m_2bf5e202fc973a02f417dc9af000177b['infowindow'] = new google.maps.InfoWindow({content: $l2bf5e202fc973a02f417dc9af000177b});var infowindow = new google.maps.InfoWindow({content: $l2bf5e202fc973a02f417dc9af000177b});google.maps.event.addListener(m_2bf5e202fc973a02f417dc9af000177b, 'click', function() {infowindow.open(map,m_2bf5e202fc973a02f417dc9af000177b);});$marker.push(m_2bf5e202fc973a02f417dc9af000177b);}});}google.maps.event.addDomListener(window, 'load', initialize);