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.0802,-96.8067)};var g_e35332d4aaa0dce6779a82e3c68a0dff = new google.maps.Geocoder();g_e35332d4aaa0dce6779a82e3c68a0dff.geocode( { 'address': "400 N Garrity, Frost, TX 76641, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frost-TX-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('frost-TX-shazam-atm'), mapOptions);}document.getElementById('abfe5ff2').innerHTML += ' | View Map';var $le35332d4aaa0dce6779a82e3c68a0dff = '

Shazam Atm

Address: 400 N Garrity, Frost, TX 76641, USA
Phone:
';var m_e35332d4aaa0dce6779a82e3c68a0dff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_e35332d4aaa0dce6779a82e3c68a0dff['infowindow'] = new google.maps.InfoWindow({content: $le35332d4aaa0dce6779a82e3c68a0dff});var infowindow = new google.maps.InfoWindow({content: $le35332d4aaa0dce6779a82e3c68a0dff});google.maps.event.addListener(m_e35332d4aaa0dce6779a82e3c68a0dff, 'click', function() {infowindow.open(map,m_e35332d4aaa0dce6779a82e3c68a0dff);});$marker.push(m_e35332d4aaa0dce6779a82e3c68a0dff);}});}google.maps.event.addDomListener(window, 'load', initialize);