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(39.9212,-83.7472)};var g_763cb610292876ef95824ffd0c8c2668 = new google.maps.Geocoder();g_763cb610292876ef95824ffd0c8c2668.geocode( { 'address': "200 Tuttle Rd, Springfield, OH 45505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-OH-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-OH-woodforest-national-bank'), mapOptions);}document.getElementById('712c5011').innerHTML += ' | View Map';var $l763cb610292876ef95824ffd0c8c2668 = '

Woodforest National Bank

Address: 200 Tuttle Rd, Springfield, OH 45505, USA
Phone: (937) 324-0150
';var m_763cb610292876ef95824ffd0c8c2668 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_763cb610292876ef95824ffd0c8c2668['infowindow'] = new google.maps.InfoWindow({content: $l763cb610292876ef95824ffd0c8c2668});var infowindow = new google.maps.InfoWindow({content: $l763cb610292876ef95824ffd0c8c2668});google.maps.event.addListener(m_763cb610292876ef95824ffd0c8c2668, 'click', function() {infowindow.open(map,m_763cb610292876ef95824ffd0c8c2668);});$marker.push(m_763cb610292876ef95824ffd0c8c2668);}});}google.maps.event.addDomListener(window, 'load', initialize);