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.1763,-92.0039)};var g_292abd755b4e214f5040fe5b94419bc7 = new google.maps.Geocoder();g_292abd755b4e214f5040fe5b94419bc7.geocode( { 'address': "115 Verot School Rd, Lafayette, LA 70508, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-LA-m-c-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-LA-m-c-bank--trust-co'), mapOptions);}document.getElementById('8bbb044e').innerHTML += ' | View Map';var $l292abd755b4e214f5040fe5b94419bc7 = '

M C Bank & Trust Co

Address: 115 Verot School Rd, Lafayette, LA 70508, USA
Phone: (337) 232-3221
';var m_292abd755b4e214f5040fe5b94419bc7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M C Bank & Trust Co',});m_292abd755b4e214f5040fe5b94419bc7['infowindow'] = new google.maps.InfoWindow({content: $l292abd755b4e214f5040fe5b94419bc7});var infowindow = new google.maps.InfoWindow({content: $l292abd755b4e214f5040fe5b94419bc7});google.maps.event.addListener(m_292abd755b4e214f5040fe5b94419bc7, 'click', function() {infowindow.open(map,m_292abd755b4e214f5040fe5b94419bc7);});$marker.push(m_292abd755b4e214f5040fe5b94419bc7);}});}google.maps.event.addDomListener(window, 'load', initialize);