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(32.614,-90.0347)};var g_dac340b6a68e6832ec2cb5c5c1770921 = new google.maps.Geocoder();g_dac340b6a68e6832ec2cb5c5c1770921.geocode( { 'address': "3366 N Liberty St, Canton, MS 39046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-MS-bankplus').style.display = '';map = new google.maps.Map(document.getElementById('canton-MS-bankplus'), mapOptions);}document.getElementById('da175e68').innerHTML += ' | View Map';var $ldac340b6a68e6832ec2cb5c5c1770921 = '

BankPlus

Address: 3366 N Liberty St, Canton, MS 39046, USA
Phone: (601) 859-1022
';var m_dac340b6a68e6832ec2cb5c5c1770921 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BankPlus',});m_dac340b6a68e6832ec2cb5c5c1770921['infowindow'] = new google.maps.InfoWindow({content: $ldac340b6a68e6832ec2cb5c5c1770921});var infowindow = new google.maps.InfoWindow({content: $ldac340b6a68e6832ec2cb5c5c1770921});google.maps.event.addListener(m_dac340b6a68e6832ec2cb5c5c1770921, 'click', function() {infowindow.open(map,m_dac340b6a68e6832ec2cb5c5c1770921);});$marker.push(m_dac340b6a68e6832ec2cb5c5c1770921);}});}google.maps.event.addDomListener(window, 'load', initialize);