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(28.9635,-81.968)};var g_89b9c689a57b82e59074c6ba09aa394d = new google.maps.Geocoder();g_89b9c689a57b82e59074c6ba09aa394d.geocode( { 'address': "17820 SE 112th Court Road,, Summerfield, FL 34491, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('summerfield-FL-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('summerfield-FL-regions-bank'), mapOptions);}document.getElementById('efe12655').innerHTML += ' | View Map';var $l89b9c689a57b82e59074c6ba09aa394d = '

Regions Bank

Address: 17820 SE 112th Court Road,, Summerfield, FL 34491, USA
Phone: (800) 734-4667
';var m_89b9c689a57b82e59074c6ba09aa394d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_89b9c689a57b82e59074c6ba09aa394d['infowindow'] = new google.maps.InfoWindow({content: $l89b9c689a57b82e59074c6ba09aa394d});var infowindow = new google.maps.InfoWindow({content: $l89b9c689a57b82e59074c6ba09aa394d});google.maps.event.addListener(m_89b9c689a57b82e59074c6ba09aa394d, 'click', function() {infowindow.open(map,m_89b9c689a57b82e59074c6ba09aa394d);});$marker.push(m_89b9c689a57b82e59074c6ba09aa394d);}});}google.maps.event.addDomListener(window, 'load', initialize);