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(36.1297,-94.1383)};var g_3d05e4150f26a682081802e7a1b3f312 = new google.maps.Geocoder();g_3d05e4150f26a682081802e7a1b3f312.geocode( { 'address': "1450 E Zion Road, Suite 10, Fayetteville, AR 72703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fayetteville-AR-generations-bank').style.display = '';map = new google.maps.Map(document.getElementById('fayetteville-AR-generations-bank'), mapOptions);}document.getElementById('78c03f7e').innerHTML += ' | View Map';var $l3d05e4150f26a682081802e7a1b3f312 = '

Generations Bank

Address: 1450 E Zion Road, Suite 10, Fayetteville, AR 72703, USA
Phone: (479) 439-4997
';var m_3d05e4150f26a682081802e7a1b3f312 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Generations Bank',});m_3d05e4150f26a682081802e7a1b3f312['infowindow'] = new google.maps.InfoWindow({content: $l3d05e4150f26a682081802e7a1b3f312});var infowindow = new google.maps.InfoWindow({content: $l3d05e4150f26a682081802e7a1b3f312});google.maps.event.addListener(m_3d05e4150f26a682081802e7a1b3f312, 'click', function() {infowindow.open(map,m_3d05e4150f26a682081802e7a1b3f312);});$marker.push(m_3d05e4150f26a682081802e7a1b3f312);}});}google.maps.event.addDomListener(window, 'load', initialize);