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.8657,-83.9065)};var g_4ea8d10bc96d89204fc38465b411cbc1 = new google.maps.Geocoder();g_4ea8d10bc96d89204fc38465b411cbc1.geocode( { 'address': "14977 US Highway 19 S, Thomasville, GA 31792"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomasville-GA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('thomasville-GA-bank-of-america'), mapOptions);}document.getElementById('c364fa6e').innerHTML += ' | View Map';var $l4ea8d10bc96d89204fc38465b411cbc1 = '

Bank Of America

Address: 14977 US Highway 19 S, Thomasville, GA 31792
Phone: (229) 226-8536
';var m_4ea8d10bc96d89204fc38465b411cbc1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of America',});m_4ea8d10bc96d89204fc38465b411cbc1['infowindow'] = new google.maps.InfoWindow({content: $l4ea8d10bc96d89204fc38465b411cbc1});var infowindow = new google.maps.InfoWindow({content: $l4ea8d10bc96d89204fc38465b411cbc1});google.maps.event.addListener(m_4ea8d10bc96d89204fc38465b411cbc1, 'click', function() {infowindow.open(map,m_4ea8d10bc96d89204fc38465b411cbc1);});$marker.push(m_4ea8d10bc96d89204fc38465b411cbc1);}});}google.maps.event.addDomListener(window, 'load', initialize);