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.0995,-83.0993)};var g_700e257373bce443bbc3ac1773e5068a = new google.maps.Geocoder();g_700e257373bce443bbc3ac1773e5068a.geocode( { 'address': "4080 W Dublin Granville Rd, Dublin, OH 43017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dublin-OH-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('dublin-OH-state-bank'), mapOptions);}document.getElementById('a2c2ee6e').innerHTML += ' | View Map';var $l700e257373bce443bbc3ac1773e5068a = '

State Bank

Address: 4080 W Dublin Granville Rd, Dublin, OH 43017, USA
Phone: (614) 336-7779
';var m_700e257373bce443bbc3ac1773e5068a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank',});m_700e257373bce443bbc3ac1773e5068a['infowindow'] = new google.maps.InfoWindow({content: $l700e257373bce443bbc3ac1773e5068a});var infowindow = new google.maps.InfoWindow({content: $l700e257373bce443bbc3ac1773e5068a});google.maps.event.addListener(m_700e257373bce443bbc3ac1773e5068a, 'click', function() {infowindow.open(map,m_700e257373bce443bbc3ac1773e5068a);});$marker.push(m_700e257373bce443bbc3ac1773e5068a);}});}google.maps.event.addDomListener(window, 'load', initialize);