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.7746,-86.1096)};var g_9cad43c4144d3753a9ed05866a0df4c7 = new google.maps.Geocoder();g_9cad43c4144d3753a9ed05866a0df4c7.geocode( { 'address': "4545 Lafayette Rd, Indianapolis, IN 46254"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indianapolis-IN-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('indianapolis-IN-woodforest-bank'), mapOptions);}document.getElementById('2b22a440').innerHTML += ' | View Map';var $l9cad43c4144d3753a9ed05866a0df4c7 = '

Woodforest Bank

Address: 4545 Lafayette Rd, Indianapolis, IN 46254
Phone: (317) 280-1374
';var m_9cad43c4144d3753a9ed05866a0df4c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest Bank',});m_9cad43c4144d3753a9ed05866a0df4c7['infowindow'] = new google.maps.InfoWindow({content: $l9cad43c4144d3753a9ed05866a0df4c7});var infowindow = new google.maps.InfoWindow({content: $l9cad43c4144d3753a9ed05866a0df4c7});google.maps.event.addListener(m_9cad43c4144d3753a9ed05866a0df4c7, 'click', function() {infowindow.open(map,m_9cad43c4144d3753a9ed05866a0df4c7);});$marker.push(m_9cad43c4144d3753a9ed05866a0df4c7);}});}google.maps.event.addDomListener(window, 'load', initialize);