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(39.8219,-84.0213)};var g_362d6c0542ef5d3987b2ae0924e764a0 = new google.maps.Geocoder();g_362d6c0542ef5d3987b2ae0924e764a0.geocode( { 'address': "1 W Main St, Fairborn, OH 45324, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairborn-OH-atm-citgo').style.display = '';map = new google.maps.Map(document.getElementById('fairborn-OH-atm-citgo'), mapOptions);}document.getElementById('041af223').innerHTML += ' | View Map';var $l362d6c0542ef5d3987b2ae0924e764a0 = '

ATM (Citgo)

Address: 1 W Main St, Fairborn, OH 45324, USA
Phone:
';var m_362d6c0542ef5d3987b2ae0924e764a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Citgo)',});m_362d6c0542ef5d3987b2ae0924e764a0['infowindow'] = new google.maps.InfoWindow({content: $l362d6c0542ef5d3987b2ae0924e764a0});var infowindow = new google.maps.InfoWindow({content: $l362d6c0542ef5d3987b2ae0924e764a0});google.maps.event.addListener(m_362d6c0542ef5d3987b2ae0924e764a0, 'click', function() {infowindow.open(map,m_362d6c0542ef5d3987b2ae0924e764a0);});$marker.push(m_362d6c0542ef5d3987b2ae0924e764a0);}});}google.maps.event.addDomListener(window, 'load', initialize);