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(30.4951,-92.4344)};var g_cae24b7660708979112b6474524fbf31 = new google.maps.Geocoder();g_cae24b7660708979112b6474524fbf31.geocode( { 'address': "1800 W Laurel Ave, Eunice, LA 70535, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eunice-LA-atm-hancock-bank').style.display = '';map = new google.maps.Map(document.getElementById('eunice-LA-atm-hancock-bank'), mapOptions);}document.getElementById('637c2b6b').innerHTML += ' | View Map';var $lcae24b7660708979112b6474524fbf31 = '

ATM (Hancock Bank)

Address: 1800 W Laurel Ave, Eunice, LA 70535, USA
Phone:
';var m_cae24b7660708979112b6474524fbf31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Hancock Bank)',});m_cae24b7660708979112b6474524fbf31['infowindow'] = new google.maps.InfoWindow({content: $lcae24b7660708979112b6474524fbf31});var infowindow = new google.maps.InfoWindow({content: $lcae24b7660708979112b6474524fbf31});google.maps.event.addListener(m_cae24b7660708979112b6474524fbf31, 'click', function() {infowindow.open(map,m_cae24b7660708979112b6474524fbf31);});$marker.push(m_cae24b7660708979112b6474524fbf31);}});}google.maps.event.addDomListener(window, 'load', initialize);