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.4472,-86.1273)};var g_aa1989d2aeb649fa48b0e64dc6168a6d = new google.maps.Geocoder();g_aa1989d2aeb649fa48b0e64dc6168a6d.geocode( { 'address': "3545 S Lafountain St, Kokomo, IN 46902, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kokomo-IN-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('kokomo-IN-regions-bank'), mapOptions);}document.getElementById('ba720582').innerHTML += ' | View Map';var $laa1989d2aeb649fa48b0e64dc6168a6d = '

Regions Bank

Address: 3545 S Lafountain St, Kokomo, IN 46902, USA
Phone: (800) 734-4667
';var m_aa1989d2aeb649fa48b0e64dc6168a6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_aa1989d2aeb649fa48b0e64dc6168a6d['infowindow'] = new google.maps.InfoWindow({content: $laa1989d2aeb649fa48b0e64dc6168a6d});var infowindow = new google.maps.InfoWindow({content: $laa1989d2aeb649fa48b0e64dc6168a6d});google.maps.event.addListener(m_aa1989d2aeb649fa48b0e64dc6168a6d, 'click', function() {infowindow.open(map,m_aa1989d2aeb649fa48b0e64dc6168a6d);});$marker.push(m_aa1989d2aeb649fa48b0e64dc6168a6d);}});}google.maps.event.addDomListener(window, 'load', initialize);