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.2058,-84.0626)};var g_9788acbfb96cd14c9c42cad3a37ea8ef = new google.maps.Geocoder();g_9788acbfb96cd14c9c42cad3a37ea8ef.geocode( { 'address': "3128 GA-36, Jackson, GA 30233, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jackson-GA-atm-interstate-bp').style.display = '';map = new google.maps.Map(document.getElementById('jackson-GA-atm-interstate-bp'), mapOptions);}document.getElementById('d117f6d8').innerHTML += ' | View Map';var $l9788acbfb96cd14c9c42cad3a37ea8ef = '

ATM (Interstate BP)

Address: 3128 GA-36, Jackson, GA 30233, USA
Phone:
';var m_9788acbfb96cd14c9c42cad3a37ea8ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Interstate BP)',});m_9788acbfb96cd14c9c42cad3a37ea8ef['infowindow'] = new google.maps.InfoWindow({content: $l9788acbfb96cd14c9c42cad3a37ea8ef});var infowindow = new google.maps.InfoWindow({content: $l9788acbfb96cd14c9c42cad3a37ea8ef});google.maps.event.addListener(m_9788acbfb96cd14c9c42cad3a37ea8ef, 'click', function() {infowindow.open(map,m_9788acbfb96cd14c9c42cad3a37ea8ef);});$marker.push(m_9788acbfb96cd14c9c42cad3a37ea8ef);}});}google.maps.event.addDomListener(window, 'load', initialize);