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(33.4098,-88.6426)};var g_0e201cedf37601b3d133df35bd9db100 = new google.maps.Geocoder();g_0e201cedf37601b3d133df35bd9db100.geocode( { 'address': "6 Front St, Artesia, MS 39736"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('artesia-MS-national-bank-of-commerce').style.display = '';map = new google.maps.Map(document.getElementById('artesia-MS-national-bank-of-commerce'), mapOptions);}document.getElementById('dff79788').innerHTML += ' | View Map';var $l0e201cedf37601b3d133df35bd9db100 = '

National Bank Of Commerce

Address: 6 Front St, Artesia, MS 39736
Phone: (662) 272-5191
';var m_0e201cedf37601b3d133df35bd9db100 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank Of Commerce',});m_0e201cedf37601b3d133df35bd9db100['infowindow'] = new google.maps.InfoWindow({content: $l0e201cedf37601b3d133df35bd9db100});var infowindow = new google.maps.InfoWindow({content: $l0e201cedf37601b3d133df35bd9db100});google.maps.event.addListener(m_0e201cedf37601b3d133df35bd9db100, 'click', function() {infowindow.open(map,m_0e201cedf37601b3d133df35bd9db100);});$marker.push(m_0e201cedf37601b3d133df35bd9db100);}});}google.maps.event.addDomListener(window, 'load', initialize);