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(40.0512,-83.0493)};var g_4ec481c23798797136f8948ef0cbbaca = new google.maps.Geocoder();g_4ec481c23798797136f8948ef0cbbaca.geocode( { 'address': "4514 Kenny Rd, Columbus, OH 43220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-ameribucks').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-ameribucks'), mapOptions);}document.getElementById('ec84cea0').innerHTML += ' | View Map';var $l4ec481c23798797136f8948ef0cbbaca = '

Ameribucks

Address: 4514 Kenny Rd, Columbus, OH 43220, USA
Phone: (614) 457-5202
';var m_4ec481c23798797136f8948ef0cbbaca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameribucks',});m_4ec481c23798797136f8948ef0cbbaca['infowindow'] = new google.maps.InfoWindow({content: $l4ec481c23798797136f8948ef0cbbaca});var infowindow = new google.maps.InfoWindow({content: $l4ec481c23798797136f8948ef0cbbaca});google.maps.event.addListener(m_4ec481c23798797136f8948ef0cbbaca, 'click', function() {infowindow.open(map,m_4ec481c23798797136f8948ef0cbbaca);});$marker.push(m_4ec481c23798797136f8948ef0cbbaca);}});}google.maps.event.addDomListener(window, 'load', initialize);