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.2445,-96.4973)};var g_ab84023d2681764cd01815f779c22729 = new google.maps.Geocoder();g_ab84023d2681764cd01815f779c22729.geocode( { 'address': "100 N McKinney, Rice, TX 75155, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rice-TX-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('rice-TX-shazam-atm'), mapOptions);}document.getElementById('67a78931').innerHTML += ' | View Map';var $lab84023d2681764cd01815f779c22729 = '

Shazam Atm

Address: 100 N McKinney, Rice, TX 75155, USA
Phone:
';var m_ab84023d2681764cd01815f779c22729 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_ab84023d2681764cd01815f779c22729['infowindow'] = new google.maps.InfoWindow({content: $lab84023d2681764cd01815f779c22729});var infowindow = new google.maps.InfoWindow({content: $lab84023d2681764cd01815f779c22729});google.maps.event.addListener(m_ab84023d2681764cd01815f779c22729, 'click', function() {infowindow.open(map,m_ab84023d2681764cd01815f779c22729);});$marker.push(m_ab84023d2681764cd01815f779c22729);}});}google.maps.event.addDomListener(window, 'load', initialize);